home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / tlxum_c.arc / TLXUM-C.DOC < prev    next >
Text File  |  1991-02-03  |  4KB  |  135 lines

  1.      TO:  All who use UM
  2.    FROM:  Kenneth Leung
  3.    DATE:  March 1, 1990
  4. SUBJECT:  Telix Upload Manager version C
  5.  
  6.  
  7.      Requirements:  Telix v3.12 or later
  8.                     TLXUMCFG.SLC, TLXUMSRT.SLC, ZMTX.SLC,
  9.                     and YGTX.SLC must be in the script
  10.                     directory.
  11.  
  12.      Thank you for using UM (Upload Manager).  If you have
  13. any comments, or have found any bugs, or if you happen to
  14. like UM very much, please send a letter to the following
  15. address:
  16.      Kenneth Leung
  17.      201 W Hermosa Dr #B211
  18.      Tempe, AZ 85282
  19.  
  20.      Due to the limitation of Telix itself, internal
  21. protocols can only handle 64 characters long filename(s),
  22. and can only upload files from ONE directory only.  If you
  23. want to upload more files, or want to upload files from
  24. different drive or directory (ie. A:\FILE1.ZIP,
  25. C:\FILE2.ZIP, C:\TELIX\FILE3.ZIP at the same time), select
  26. DSZ's Zmodem or DSZ's Ymodem-G.
  27.  
  28.      If you choose DSZ's Zmodem or Ymodem-G, UM will create
  29. a file call "TLXUM.UP" in the Telix's base directory.  After
  30. it finish upload the files, UM will delete "TLXUM.UP"
  31. itself.  Also, in order to use these external protocols,
  32. ZMTX.SLC and YGTX.SLC must be in the SCRIPT DIRECTORY.  ZMTX
  33. and YGTX are scripts that run DSZ.  If you don't like the
  34. parameter I set for Zmodem and Ymodem-G, please do modify
  35. the script (the source is included in TLXUM-C.ZIP)
  36.  
  37.      There are two new function in TELIX Upload Manager
  38. version C., SORT and START OVER.  Once again, due to the
  39. limitation of SALT itself, it is impossible to sort the file
  40. list in the "Tag-File Window"; therefore, I write a very
  41. simple script to run a directory sort utility (such as
  42. Norton's DS "Directory Sort"), then UM will re-scan the
  43. directory again.  This time, after the sort, all files
  44. should appear in an alphabetical order.  About the function
  45. "Start Over", please see "Fixes or Enhancements".
  46.  
  47.      Allow me to show you the following comment from Mr.
  48. Kenneth S. Harwell:
  49.  
  50. ------------------------------------------------------------
  51.      I downloaded TLXUM-B.ZIP and am currently using it.
  52. Because of my present monitor (CGA) and the way I have Telix
  53. configured, the colors of TLXUM-B are semi-displeasing (the
  54. actual operation of the program is great!).
  55.      My idea is to modify it (or start over :-)) and write a
  56. script that did nothing but outputted to a text file say,
  57. TLXUMCFG.TXT, and have the output correspond to certain
  58. variables. Then, change the TLXUM display colors to
  59. variables and insert "fread" statements to define the
  60. different variables?
  61. ------------------------------------------------------------
  62.  
  63.      The reason I show you this comment is simple:  I love
  64. to receive any comments from you, and hope this will
  65. encourage some of you.  Your idea is the most precious gift
  66. to me.
  67.  
  68.  
  69. Fixes or Enhancements:
  70.      1. Correct the problem with the pointer if the number
  71.         of listed files is 18, 36, 54, or 72.
  72.      2. Correct the problem with the upload path, now you
  73.         can tag about 4 files in ANY directory (internal
  74.         protocols.)
  75.      3. Add scroll bar in the "protocol window."  (Thanks to
  76.         Mr. Harwell)
  77.      4. Add the "Start Over" function in the "tag-file
  78.         window".  This will untag ALL files.  If it is
  79.         external protocol, this function will delete
  80.         "TLXUM.UP" and start all over again.
  81.      5. Now the total number of tagged files will show on
  82.         the upper-right hand corner.
  83.      6. Add the "Sort" function in the "tag-file window".
  84.         Well, this function is very limited since it
  85.         requires the use of external program.  For example,
  86.         I use Norton's DS [Directory Sort] for this
  87.         function.
  88.      7. Correct the spelling in the "protocol window".
  89.      8. Add scroll bar in the "tag-file window".
  90.      9. Add TLXUMCFG.SLC for configurating UM's colors.
  91.         This script will write (or re-write) TLXUM.CFG in
  92.         your script directory.
  93.  
  94. Telix and SALT are trademarks of Exis Inc.
  95. Norton is Copyright of Norton Computing Inc.
  96. Telix is Copyright Exis Inc.
  97. DSZ is Copyright Omen Technology Inc.
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.